github.com/go-pg/pg/v10/orm.Table.mustHasOneRelation (method)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L592: 		return t.mustHasOneRelation(field, pgTag)
		table.go#L604: func (t *Table) mustHasOneRelation(field *Field, pgTag *tagparser.Tag) bool {